home *** CD-ROM | disk | FTP | other *** search
- //------------------------------Sun-------------------------
- colour table: "sun colours"
- {
- 6.5 (0.85, 0.95, 0.95)
- }
-
- colour table: "sun directional"
- {
- // 7 (0.15, 0.15, 0.15)
- 7 (0.85, 0.95, 0.95)
- }
-
- colour table: "sun ambient"
- {
- 7 (0.10, 0.15, 0.15)
- }
-
- orbit: "sun orbit"
- {
- min elevation: 65.5
- max elevation: 70.5
- radius: 80000
- set heading: 0
- start time: 900 // just before sunrise
- period: 1800
- }
-
- satellite: "sun"
- {
- mesh colour table: "sun colours"
- dir colour table: "sun directional"
- ambient colour table: "sun ambient"
- orbit: "sun orbit"
- mesh file: "models/planet/ice/sky/sun.x"
- }
-
- //------------------------------Moon-------------------------
- colour table: "moon colours"
- {
- // Note the use of alpha values -- it fades in!
- 8 (0.9, 0.7, 0.4, 1.0)
- }
-
- colour table: "moon ambient"
- {
- 13.5 (0.10, 0.10, 0.10)
- }
-
- orbit: "moon orbit"
- {
- min elevation: 30
- max elevation: 35
- radius: 80000
- set heading: 180
- start time: 900
- period: 1800
- }
-
- satellite: "zmoon"
- {
- mesh colour table: "moon colours"
- ambient colour table: "moon ambient"
- orbit: "moon orbit"
- mesh file: "models/planet/ice/sky/moon.x"
- }
-
- //---------------------------------Fog----------------------------------
- colour table: "fog colours"
- {
- 6 (0.62, 0.65, 0.65, 0.65) // biege @ 150m
- }
-
- fog:
- {
- max visibility: 600
- colour table: "fog colours"
- controller: "sun"
- zenith multiplier: 0.9
- }
-
- //---------------------------------Skys---------------------------------
- colour table: "sky colours"
- {
- 7 (0.90, 0.90, 0.90) // blue
- }
-
- colour table: "sky colours 00"
- {
- 7 (0.90, 0.90, 0.90) // blue
- }
-
- colour table: "sky colours 10"
- {
- 6 (0.90, 0.90, 0.90) // blue
- }
-
- colour table: "sky colours 20"
- {
- 6 (0.50, 0.50, 0.50) // blue
- }
-
- dynamic sky:
- {
- mesh file: "models/planet/ice/sky/sky04.x"
- controller: "sun"
- colour table @ 0: "sky colours 00"
- colour table @ 01: "sky colours 10"
- colour table @ 03: "sky colours 20"
- }
-
-
-